Rules of iOS development
- Keep a class small - 83.
- TableViewCell reusing may cause a problem, when common cell is not set correctly.83
- TableView use model instead of indexPath, stabler when needs change.84
- Block property must use copy.84
- When we debug and change code, the program is running with old code.
- CollectionView only alloc two cells,we can use it to create a view scrolling inifinitly.